C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / IAsyncActionWithProgress<TProgress> Interface
The type of the progress data.
Members

IAsyncActionWithProgress<TProgress> Interface
Represents an asynchronous action that includes progress updates.
Object Model
IAsyncActionWithProgress<TProgress> Interface
Syntax
'Declaration
 
Public Interface IAsyncActionWithProgress(Of TProgress) 
   Inherits IAsyncInfo 
 
Type Parameters
TProgress
The type of the progress data.
See Also